@media screen and (max-width: 578px) {
    .butt{
        margin-top: 3% !important;
    }

    .boxes{
        margin: 1% ;
    }

    .inputs{
        display: flex;
        justify-content: center;
        margin: 3%;
    }

    .end{
        text-align: center;
    }

    .pagi{
        display: flex !important;
        justify-content: center !important;
        margin-top: 2% !important;
    }

    .col-sm-12{
        overflow-x: scroll;
    }
}

@media screen and (max-width: 768px) {
    body{
        width: 100%;
        height: fit-content;
    }

    .butt{
        margin-top: 5% !important;
        display: block !important;
    }

    .boxes{
        margin: 1% ;
    }

    .inputs{
        display: flex;
        justify-content: center;
        margin: 3%;
    }

    .end{
        text-align: center;
    }

    .pagi{
        display: flex !important;
        justify-content: center !important;
        margin-top: 2% !important;
    }

    .col-sm-12{
        overflow-x: scroll;
    }
}

@media screen and (max-width: 850px) {
    .butt{
        margin-top: 8%;
    }
    
    .res{
        display: none !important;
    }

    button{
        display: block !important;
    }

    .response{
        display: block !important;
    }
}

@media screen and (max-width: 1105px) {
    .butt{
        margin-top: 7%;
    }
}

@media screen and (max-width: 1205px) {
    .butt{
        margin-top: 5%;
    }
}
